home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / Calendar / CalendarInspector.h < prev    next >
Text File  |  1995-06-12  |  775b  |  32 lines

  1. //----------------------------------------------------------------------------------------------------
  2. //
  3. //    CalendarInspector
  4. //
  5. //    Inherits From:        IBInspector
  6. //
  7. //    Declared In:        CalendarInspector.h
  8. //
  9. //    Class Description
  10. //
  11. //        Manages custom IB attributes inspection for the Calendar class.
  12. //
  13. //
  14. //    Disclaimer
  15. //
  16. //        You may freely copy, distribute and reuse this software and its
  17. //        associated documentation. I disclaim any warranty of any kind, 
  18. //        expressed or implied, as to its fitness for any particular use.
  19. //
  20. //----------------------------------------------------------------------------------------------------
  21. #import <appkit/appkit.h>
  22. #import <apps/InterfaceBuilder.h>
  23.  
  24.  
  25. @interface CalendarInspector:IBInspector
  26. {
  27.     id    calendar;
  28.     id    disableButton;
  29. }
  30.  
  31.  
  32. @end